/ Assembly List / LJCSalesDAL / InventoryProducts / Add

Namespace - LJCSalesDAL


Parameters
id - The record ID.
productID - The ProductID value.

Returns

A reference to the added item.

Syntax

C#
public InventoryProduct Add(Int32 id, Int32 productID)

Creates and adds the object from the provided values.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.